home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 2000 November: Tool Chest / Dev.CD Nov 00 TC Disk 1.toast / What's New? / Development Kits / Mac OS / USB DDK 1.4.6f4 / Examples / USBSampleStorageDriver / NativeDriverDescription.h next >
Encoding:
C/C++ Source or Header  |  2000-09-25  |  809 b   |  35 lines  |  [TEXT/MPS ]

  1. /*
  2.     File:        NativeDriverDescription.h
  3.  
  4.     Contains:    xxx put contents here xxx
  5.  
  6.     Version:    xxx put version here xxx
  7.  
  8.     Copyright:    © 2000 by Apple Computer, Inc., all rights reserved.
  9.  
  10. */
  11.  
  12. /*
  13.     File:        NativeDriverDesciption.h
  14.  
  15.     Contains:    xxx put contents here xxx
  16.  
  17.     Version:    xxx put version here xxx
  18.  
  19.     Copyright:    © 1999-2000 by Apple Computer, Inc., all rights reserved.
  20. */
  21.  
  22. #ifndef __DRIVERDESCRIPTION__
  23. #define __DRIVERDESCRIPTION__
  24. #include <DriverServices.h>
  25.  
  26. //----------------------------------------------------------------------------------
  27. //    The Driver Description structure -
  28. //     This structure provides the Device Manager with information about our native driver
  29. //----------------------------------------------------------------------------------
  30.  
  31. extern DriverDescription TheDriverDescription;
  32.  
  33. #endif
  34.  
  35.